home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / misc / HTMLstrip.readme < prev    next >
Text File  |  2002-06-23  |  1KB  |  41 lines

  1. Short:    HTML stripper which can also replace HTML for Ami text codes.
  2. Author:   lory@subdimension.com (Lorence Lombardo)
  3. Uploader: lory@subdimension.com (Lorence Lombardo)
  4. Type:     text/misc
  5. Requires: reqtools.library
  6.  
  7.  
  8. HTMLstrip v1.8a  (C) 2001-2002  Lorence Lombardo.
  9.  
  10.  
  11. What the @#$% is HTMLstrip ?
  12.  
  13. HTMLstrip is a very thorough HTML stripper which is also able to translate
  14. all of the characters from the ISO-8859 ASCII table which can be represented
  15. in numerical or entity names. It also gives you the option of replacing some
  16. HTML text codes for Amiga text codes. Such as bold, italic, underline etc....
  17. Texts will be word wrapped by default of 76 characters in length. Setting
  18. the wrap length to 0 or less than 15 will disable wrapping. WorkBench usage
  19. is fairly straight forward and a multi file selection can be made by holding
  20. the [Shift] key when selecting.
  21.  
  22. CLI usage is as follows:-
  23.  
  24.  Usage:-  HTMLstrip <file> <r> <w(N)>
  25.  <r> = Replace, & is optional.
  26.  <w(N)> = Wrap, & is optional, default is 76 & 0 is no wrap.
  27.  
  28.  eg. HTMLstrip text.html r w65
  29.  
  30.  
  31. The output file will have the same name as the input file with the extension
  32. #?.strip added to it.
  33.  
  34. eg. If the input file is "text.html" then the output file will be
  35.     "text.html.strip".
  36.  
  37.  
  38. Beta Tester:- Mick
  39.  
  40. CYA...!!! :)
  41.